home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / md5.src < prev    next >
Text File  |  1998-03-23  |  740b  |  20 lines

  1. @@@STARTPACK(md5;calculate a message-digest checksum for a file)
  2. <P>
  3. md5 takes as input a message of arbitrary  length  and  produces
  4. as output a 128-bit "fingerprint" or "message digest"
  5. of the input.  It is conjectured that it is  computationally
  6. infeasible  to  produce two messages having the same message
  7. digest, or to produce any message having a  given  prespecified
  8. target  message digest.  The MD5 algorithm is intended
  9. for digital signature applications, where a large file  must
  10. be  "compressed"  in  a secure manner before being encrypted
  11. with a private (secret) key under a public-key  cryptosystem
  12. such as RSA.
  13. <P>
  14.  
  15. @@@UW2DIST(http://www.sco.com/skunkware/uw7/fileutil/)
  16. @@@SOURCE(ftp://ftp.cert.org:/pub/tools/)
  17.  
  18. @@@ENDPACK
  19.  
  20.